home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / bbs / remind20.zip / REMINDME.HIS < prev    next >
Text File  |  1996-06-12  |  8KB  |  158 lines

  1. 06/12/96
  2.          [v2.0] A NEW option has been added to the CFG file to control whether
  3.                 or not you wish to have the door LOG callers (ON/OFF) to a
  4.                 USAGE file. A separate file is created for each Node.
  5.  
  6.  
  7. 01/15/96
  8.          [v1.9] Added another option to the CFG file to control whether or not
  9.                 you want to force Callers to read ALL Reminders they are
  10.                 presented with. In prior versions you could reply E after any of
  11.                 the Reminders presented to you and NOT see the rest of
  12.                 the Reminders.
  13.  
  14.                 Eliminated the 'ANSI not detected....' message since there are
  15.                 a few communications packages out there that give off their
  16.                 own type of ANSI.
  17.  
  18.                 If using the TRIBBS.SYS system file, the door always presented
  19.                 the opening screen in black and white. Will now be presented
  20.                 in color.
  21.  
  22.                 The Door knows that the caller is the Sysop, if the caller is
  23.                 record #1 in the BBS' user database. The BBS software passes
  24.                 that record number to the door via the system file. Some BBS
  25.                 software does not pass the actual record number but passes a
  26.                 relative number (ie: record #1 is passed as record #0). If the
  27.                 number being passsed is 0, the Door will not know it is the
  28.                 Sysop calling. We will now recognize the caller as the Sysop
  29.                 if their record number is 0 or 1.
  30.       
  31. 08/14/94
  32.          [v1.8] Made several minor changes to the displays
  33.  
  34.                 Made several internal changes to update handling of the
  35.                 drop files
  36.  
  37.                 Security levels greater than 32767 in the CFG file were
  38.                 causing Overflow (Error #6) errors.
  39.  
  40.                 The command line parameter, "BYPASS$", used to make this an
  41.                 Autologion Door, has been CHANGED to "BYPASS" (no quotes).
  42.                 This change was necessitated because some systems would react
  43.                 strangley to the use of the $ character on the command line..
  44.                 not sure why, but it did..
  45.  
  46. 06/19/93
  47.          [v1.7] Removed delay at start of door.
  48.  
  49.                 Added support for the PCBoard /M version
  50.  
  51. 03/12/93
  52.          [v1.6] Program was allowing the caller to enter a date that was less
  53.                 than the current date. This was affecting the ONE-TIME Reminder
  54.                 option and caused an ERROR #5 when searching for Reminders at
  55.                 logon time.
  56.  
  57.                 Now supports Comm Ports 0-15
  58.  
  59. 12/26/92
  60.          [v1.5] BRUN45.EXE no longer required!
  61.  
  62.                 Added support for Fossil-based Multi-Port cards!
  63.  
  64. 10/26/92
  65.          [v1.4] When leaving a Reminder to a specific caller the Reminder
  66.                 was being shown to everyone. If you still encounter a
  67.                 Reminder being shown to everyone, when it should be only
  68.                 shown to a specific caller OR security level, delete the
  69.                 Reminder and re-enter it. Sorry for the inconvenience!
  70.  
  71. 10/14/92
  72.          [v1.3] Added support for TRIBBS software. We now access the
  73.                 TRIBBS.SYS system file directly!
  74.  
  75.                 After a CHAT or DROP-TO-DOS the game screen will now be
  76.                 restored to its original state.
  77.  
  78.                 Added an option to the config file to bypass checking
  79.                 to see if the callers comm program can handle ANSI.
  80.                 This was requested so that those accessing the door via
  81.                 an offline mail reader will not have to encounter the
  82.                 "Cannot detect ANSI" prompt.
  83.  
  84.                 Added an option to the config file to allow you to use
  85.                 a filename of your choice that will be displayed when
  86.                 the Door returns to the BBS from an AUTO-LOGIN. The
  87.                 filename had to be named BACK2BBS.TXT, in prior versions.
  88.                 Be sure to add it to the config file or it will not be
  89.                 displayed to your callers.
  90.  
  91.                 Added an option to the config file to allow you to use a
  92.                 filename of your choice that will be displayed when the
  93.                 caller manually exits from the Door, using option number
  94.                 6 from the Main Menu.
  95.  
  96.                 Added another Reminder option! This option allows the
  97.                 Reminder to be displayed on EVEN or ODD days of the month.
  98.                 In essence this will display a Reminder every other day.
  99.  
  100.                 Updated the REMINDME.INS file (Instructions viewable by the
  101.                 caller) to reflect the new EVEN/ODD option.
  102.  
  103.                 If you (Sysop) left a Reminder to ALL and did not supply a
  104.                 security level range (just pressed enter to those questions)
  105.                 to show it to, the Reminder was not being shown.
  106.  
  107.                 Introducing a FOUL LANGUAGE checker. With this version you
  108.                 can have REMIND ME! check for words you deem offensive. The
  109.                 program will check ALL description lines against a list of
  110.                 words you supply, in ASCII format, in a file called TRASHCAN.
  111.                 If a match is found the offending word(s) will be changed to
  112.                 asteriks (*). TRASHCAN can contain a maximum of 100 words.
  113.  
  114. 08/30/92
  115.          [v1.2] If the Sysop enters a Reminder to a SPECIFIC caller, then
  116.                 enters Reminders to HIMSELF, the Reminder to HIMSLEF will
  117.                 be seen by the last SPECIFIC caller name. A little
  118.                 complicated, but it was a bug. Be sure to delete all
  119.                 Reminders you entered to yourself using v1.1. You might
  120.                 also ask others that have input Reminders using v1.1 to
  121.                 delete and redo them as well. Not too many v1.1 files got
  122.                 out before I was notified of the problem and fixed it.
  123.                 Sorry for any inconvenience this bug may have caused.
  124.  
  125.                 REMINDME.INS has been updated to correct a misspelling.
  126.  
  127. 08/30/92
  128.          [v1.1] Reminders that were to be displayed on a particular day
  129.                 of the month were not honoring the warning days entered
  130.                 by the caller.
  131.  
  132.                 Added the current date to the box surrounding the
  133.                 reminder being displayed.
  134.  
  135.                 If you find a file called REMNIDME.USR in the REMINDME
  136.                 directory, you may delete it.
  137.  
  138.                 You can now send a Reminder to a SPECIFIC caller
  139.  
  140.                 You can now designate a security level that you want to
  141.                 be allowed to use Sysop functions. This will only affect
  142.                 functions available when entering a Reminder. May be
  143.                 beneficial for your Co-Sysops!
  144.  
  145.                 You can now run a separate copy of REMIND ME as an
  146.                 automatic login door by placing a parameter on the
  147.                 Command line: REMINDME REMINDME.CFG $BYPASS$
  148.                 This will allow your callers to be taken to the door
  149.                 at login and have Reminders displayed to them. They are
  150.                 returned to the BBS rather than being left at the
  151.                 REMIND ME menu. If REMIND ME finds a file called
  152.                 BACK2BBS.TXT, it will be displayed while the caller is
  153.                 being taken back to the BBS.
  154.  
  155.  
  156. 08/21/92
  157.          [v1.0] Initial release
  158.